home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / blts.arc / VOICE.TXT < prev    next >
Text File  |  1991-10-15  |  5KB  |  119 lines

  1. LANtastic(TM) Voice(TM) Adapter
  2.  
  3. The LANtastic Voice Adapter lets you save sound and speech on disk
  4. for playback later. 
  5.  
  6. When used with supporting software, it provides the capability to
  7. digitize sound, preserving it in nearly its original fidelity. And
  8. whereas most voice cards tie up your computers during operation,
  9. the LANtastic Voice Adapter works completely in the background. 
  10.  
  11. When you use the adapter with LANtastic NOS version 3.0 and above,
  12. you can send voice messages across your LANtastic network. It's
  13. easy. Just pick up the telephone-style handset provided with each
  14. Voice Adapter, bring up a handy on-screen menu, and talk. You can
  15. use the Voice Chat feature to carry on a realtime conversation, or
  16. the voice message can be saved in digital format for playback later
  17. - just like regular E-mail.
  18.  
  19. Developers. Make your own software laugh, sob, growl, warble, wail,
  20. sing and talk with the LANtastic Voice Adapter and the LANtastic
  21. Voice Programmer's Interface(TM) (sold separately). The LANtastic
  22. Voice Programmer's Interface is a set of routines for interfacing
  23. to the LANtastic Voice Adapter. Using a set of simple, straight -
  24. forward commands, you can create educational and training programs
  25. on disk or CD-ROM that actually give verbal instructions to
  26. students. You can develop voice mail, "talking" software demos,
  27. music synthesis and much more. Or add high-fidelity sound effects
  28. and music to any program. Using the tape in and out jacks on the
  29. voice adapter, you can record from a CD player, tape recorder,
  30. microphone or other external sound source, then play it back
  31. through an amplifier and speakers. The VPI(TM) is sold directly
  32. through Artisoft. For more information about LANtastic VPI, call
  33. 602-293-6363. 
  34.  
  35. LANtastic Voice Adapter Specifications.
  36.  
  37. Features:
  38. * Full-duplex operation (simultaneous record and play)
  39. * 8-bit companded D/A and A/D conversion for clean, noise-free
  40.       reproduction
  41. * Line level audio in and out for connecting external sound source, 
  42.   recorder or amplifier
  43.  
  44. Hardware compatibility:
  45. * IBM PC, XT, AT, PS/2 model 30, 30-286 and compatibles, and      
  46.   386-based IBM PC bus compatibles.
  47.  
  48. PC requirements:
  49. * One floppy drive
  50. * 8-bit expansion slot
  51. Software requirements:
  52. * PC DOS 3.1 or higher (3.2 not recommended)
  53. * LANtastic NOS version 3.0 and above when used on a LANtastic    
  54.   local area network
  55.  
  56. Dimensions:
  57. * Height: 4.0 inches (including brackets)
  58. * Length: 5.0 inches
  59. * Depth: 0.8 inches
  60.  
  61. Power requirements:
  62. * +5V @ 330mA
  63. * +12V @ 33mA
  64. * -12V @ 33mA
  65.  
  66. D/A conversion:
  67. * 8 bits/sample
  68. * mu255 law companded
  69.  
  70. Sampling rate:
  71. * 7990.1Hz
  72.  
  73. Bandwidth:
  74. * 200Hz - 3400Hz
  75.  
  76. Selectable jumpers:
  77. * J1: Enable DMA channel 1
  78. * J2: Enable DMA channel 3
  79. * Both channels may be enabled to support full duplex operation
  80.  
  81. External interface:
  82. * P1-Handset, electret, 0.2V peak-to-peak
  83. Standard female, modular telephone handset jack (M4P4C). Electret
  84. microphone input and output are supported on this connector.
  85. Telephone handset is provided. Electret microphone input is
  86. reproduced in the earphone as long as power is supplied to the
  87. board to give the handset the sound of a "live" line.
  88. * P2-LINE IN, 100K Ohms @ 2.5V
  89. Female, RCA-type audio jack. Accepts a standard audio signal for
  90. digitizing from an external source. May be connected to a CD
  91. player, tape recorder, or other external device. This signal is
  92. mixed with the microphone input from P1 and is reproduced in the
  93. earphone.
  94. * P3-LINE OUT, 2.2K Ohms@1.2V
  95. Female, RCA-type audio jack. Provides a standard line-level audio
  96. signal. May be connected to a tape recorder or an external
  97. amplifier to record or broadcast the output signal.
  98.  
  99. Voice Programmer's Interface:
  100. * Available to developers directly from Artisoft
  101. * The VPI is a set of routines for interfacing to the LANtastic
  102. Voice adapter. VPI uses a structure called the Voice Command Block
  103. (VCB). This block is similar to an NCB or MCB in the NETBIOS. It
  104. contains pointers to blocks of data which can be used for PLAY or
  105. RECORD. Commands can be no-wait which means control returns to the
  106. calling program immediately while the VPI works in the background.
  107. When the VPI command completes, the user's POST routine is called.
  108.  
  109. Basic VPI Routines:
  110. Adapter_Status    Find out about the Voice adapter
  111. Reset             the Voice adapter
  112. Deinstall         Takes VPI out of memory
  113. Cancel            Cancel a pending VCB
  114. Send              Sends a buffer to PLAY channel
  115. Silence           Sends silence to PLAY channel
  116. Receive           Receives a buffer from RECORD channel
  117. Threshold         Wait for sound to reach a certain loudness and then
  118.                   begin Receive from RECORD channel
  119.